home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ter12b.zip / TER12B._XE / WINDOWS.EXE / WINDOWS.DOC < prev   
Text File  |  1993-08-02  |  1KB  |  43 lines

  1.  
  2. To use Terminate with windows we provide a TERMINAT.PIF and a TERMINAT.ICO.
  3. But you must also make some adjustments to the windows setup first.
  4.  
  5. Edit SYSTEM.INI
  6.  
  7. Under [386Enh]:
  8.  
  9. Com1AutoAssign=0
  10.  
  11. Under the windows menu: Main / Control Panel / 386 Enhanced
  12.  
  13. You should read NEVER WARN at the comport you use
  14.  
  15. The comport used for modem must not be autoassigned be windows. If you
  16. use COM4, just enter Com4AutoAssign=0
  17.  
  18. Change the values to match the correct address for the comports.
  19.  
  20. COM1BASE=3F8h
  21. COM2BASE=2F8h
  22. COM3BASE=3E8h
  23. COM4BASE=2E8h
  24.  
  25. Other values that can be changed, try reading the docs for windows
  26.  
  27. COMIrqSharing=true (This has only effect on EISA og Microchannel machines)
  28. COMBoostTime=10
  29. COM1Buffer=1024
  30. COM2Buffer=1024
  31. COM3Buffer=1024
  32. COM4Buffer=1024
  33.  
  34. If your modem has an 16550 UART you also have to install another
  35. communication driver to support 16550 UART FIFO in DOS-windows.
  36. Use a driver like CHCOMB.386 (CHCOMB.ARJ) (from readme file):
  37.  
  38. 1) Copy the driver to the WINDOWS\SYSTEM directory.
  39. 2) Edit SYSTEM.INI:
  40.    a) Remove the line (or comment it out) that reads : device=*combuff
  41.    b) In its place, add this line                    : device=chcomb.386
  42.  
  43.